CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群 TSP

搜索资源列表

  1. 蚁群算法解决TSP问题

    2下载:
  2. 用蚁群算法解决100个城市的TSP问题
  3. 所属分类:WEB源码

    • 发布日期:2011-03-24
    • 文件大小:42614
    • 提供者:winnie_86
  1. 蚁群算法解决TSP问题

    1下载:
  2. 蚁群算法解决TSP问题的源代码
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:9883
    • 提供者:lovelyhx
  1. 蚁群算法解决TSP问题

    0下载:
  2. 蚁群算法解决TSP问题
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:13635
    • 提供者:lovelyhx
  1. 蚁群算法解决TSP

    0下载:
  2. 蚁群算法解决TSP问题算法
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:2477
    • 提供者:lovelyhx
  1. TSP

    0下载:
  2. 使用蚁群算法编写的C++环境下的旅行商(TSP)经典问题的解决方法-Ant colony algorithm using C++ environment, prepared under the traveling salesman (TSP) classical solution to the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:19570
    • 提供者:翁海冰
  1. an-for-tsp

    3下载:
  2. 利用蚁群算法解决tsp问题,适合初学者。-Tsp using ant colony algorithm to solve the problem, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3409
    • 提供者:dayong
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. TSP

    0下载:
  2. TSP问题;蚁群算法;关键参数设置;MATLAB-MATLAB,tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3749
    • 提供者:sam
  1. ant_colony_system-Solve-the-TSP-problem

    1下载:
  2. 基于蚁群算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Ant colony algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1421
    • 提供者:孙岩
  1. ant-tsp-search

    0下载:
  2. 改进的蚁群算法及其在TSP问题中的应用研究 核心是用遗传算法对蚁群算法的四个参数进行优化,及运用MMAS进行巡径-Improved ant colony algorithm and its problems in the TSP is the core of the application of genetic algorithm with ant colony algorithm to optimize the four parameters, and application of MMA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:184393
    • 提供者:Allen
  1. tsp

    1下载:
  2. 自己编写的蚁群算法求解TSP的代码!已经编译通过了~~~希望有所帮助!-Write your own ant colony algorithm for solving TSP' s code! Has been compiled by the ~ ~ ~ hope that helps!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3085
    • 提供者:dbg
  1. TSP

    0下载:
  2. 蚁群算法解决TSP问题,可以高速运行,附有详细注释-Ant colony algorithm to solve TSP problem, you can run at high speed, with detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2717
    • 提供者:junjie
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. TSP双蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:16384
    • 提供者:春天里的
  1. matlab-基本蚁群算法(TSP)(多点版)

    1下载:
  2. 蚁群算法解决TSP问题的matlab源代码(Ant colony algorithm to solve the TSP problem matlab source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:双月神鸟
  1. 蚁群算法

    0下载:
  2. 蚁群算法,包括蚁群算法解决TSP问题,蚁群算法寻找最优解等问题还包括蚁群算法的c语言程序,希望能帮助大家!(Ant colony algorithm, including ant colony algorithm to solve the TSP problem, ant colony algorithm to find the optimal solution and other issues, including the C language program of ant colony al
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:23076864
    • 提供者:linmi
  1. 蚁群算法实验文件

    0下载:
  2. 蚁群算法TSP解决物流问题,Matlab编程仿真(Solving logistics problems by ant colony algorithm TSP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:133120
    • 提供者:livvvvv
  1. 针对TSP问题的各种蚁群优化程序ACOTSP-1.03

    0下载:
  2. 针对TSP问题的各种ACO蚁群优化算法的程序,C++语言实现, 对研究蚁群优化的小伙伴有所帮助(ACO ant colony optimization algorithm The program of various ACO ant colony optimization algorithms for the TSP problem and the implementation of the C++ language are helpful to the small partners stu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:105472
    • 提供者:shiyuanyin
  1. 蚁群

    0下载:
  2. 用蚁群算法来解决TSP问题的matlab代码,用的蚁周模型,参数为实验选择的最优参数(Ant arithmetic and TSP problem)
  3. 所属分类:进化算法

  1. 蚁群算法(路径规划程序)

    2下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:145408
    • 提供者:wyj2277
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com